home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / sysutl / omswitch.arc / SWITCH.MAK < prev    next >
Encoding:
Makefile  |  1988-10-09  |  144 b   |  8 lines

  1. #
  2. #    Makefile Aztec C86 4.10c for switch.com
  3. #
  4. CFLAGS    =    +f0 -n
  5.  
  6. switch.com:    switch.o switchar.o
  7.     ln -o switch.com switch.o switchar.o -lc
  8.